home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000386_news@newsmaster….columbia.edu _Thu Dec 3 09:54:32 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA24068
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 3 Dec 1998 09:54:32 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA26741
  7.     for kermit.misc@watsun; Thu, 3 Dec 1998 09:54:31 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: File sent comes right back
  12. Date: 3 Dec 1998 14:42:16 GMT
  13. Organization: Columbia University
  14. Lines: 46
  15. Message-ID: <746808$qlu$1@apakabar.cc.columbia.edu>
  16. References: <7453lv$4ot$1@vixen.cso.uiuc.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9593
  19.  
  20. In article <7453lv$4ot$1@vixen.cso.uiuc.edu>,
  21. Adam H. Lewenberg <adam@orion.math.uiuc.edu> wrote:
  22. : I am transferring files between my home PC using Kermit 95 under
  23. : Windows NT and a Solaris 2.5 Unix system using C-Kermit (v 6.0.192).
  24. : There are two parts of my script: the first sends all files from home to
  25. : the Unix machine that are newer than the file on the Solaris machine,
  26. : and the second receives all files on the Solaris machine that are
  27. : newer than the version on my home machine.
  28. What method are you using to do this?  SET FILE COLLISION UPDATE?
  29.  
  30. : If a file is sent from home to Solaris in the first part of the
  31. : script, in the second part of the script it is invariably sent back.
  32. : I have the attributes set to ON and the date and time seem to be set
  33. : on the files on both ends correctly.
  34. :
  35. Can you give an example?
  36.  
  37. : So why does the file come back?
  38. : Shouldn't the date and times be the same after the first file
  39. : transfer?
  40. Yes, they should.
  41.  
  42. : P.S. On NT system, all partitions are FAT partitions.
  43. : Version info:
  44. : C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x
  45. :  Numeric: 600192
  46. : Kermit 1.1.15, 30 September 1997 
  47. The current version is 1.1.17; recommend you patch up to it:
  48.  
  49.   http://www.columbia.edu/kermit/k95patch.html
  50.  
  51. Testing this locally reveals nothing obviously wrong.  File foo.bar on
  52. Windows is sent to C-Kermit on UNIX.  "dir" and "ls -l" show identical
  53. timestamps on the two ends (of course neither of these reports the
  54. seconds, which can matter).  Telling K95 to "set file collision
  55. update" and sending "get foo.bar" to the UNIX C-Kermit server results
  56. in "Refused: date", as it should.
  57.  
  58. - Frank